aboutsummaryrefslogtreecommitdiff
path: root/test/typeof-array.c
blob: 383d6264a8c9369f495c692efec31028fcd4be33 (plain)
1
2
int x[5];
typeof(x) y;