Files
tests/typedef.c
2024-03-10 15:57:36 +01:00

6 lines
45 B
C

typedef int a[3][3];
signed main(){
a i;
}