1 /* gcc -gctf -c test-array-size.c -o test-array-size.o */ 2 char foo[2]; 3 char bar[1]; 4 char baz[0]; 5