Added typedef.c

This commit is contained in:
anon
2024-03-10 15:57:36 +01:00
parent bb6ad8be88
commit c6ddf6133d

5
typedef.c Normal file

@ -0,0 +1,5 @@
typedef int a[3][3];
signed main(){
a i;
}