Added typedef.c
This commit is contained in:
5
typedef.c
Normal file
5
typedef.c
Normal file
@ -0,0 +1,5 @@
|
||||
typedef int a[3][3];
|
||||
|
||||
signed main(){
|
||||
a i;
|
||||
}
|
Reference in New Issue
Block a user