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