blob: 4c957f3bcf577dc61950d4fa9adc8d4e0e547601 [file] [log] [blame]
/* Test TREE_CONSTANT VLA size: bug 27893. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
int a;
void g(void *);
void f(void) { int b[(__SIZE_TYPE__)&a]; g(b); }