blob: 913a730b458fcaa57ed11bc4d865c3f8df60bcca [file] [log] [blame]
/* Test TREE_CONSTANT VLA size: bug 27893. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
void g(void *);
void f(void) { int b[1/0]; g(b); }