Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / vla-const-2.c
blob913a730b458fcaa57ed11bc4d865c3f8df60bcca
1 /* Test TREE_CONSTANT VLA size: bug 27893. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 void g(void *);
4 void f(void) { int b[1/0]; g(b); }