1 /* Test for VLA size evaluation in sizeof typeof. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-options "-std=gnu99" } */
8 extern void exit (int);
9 extern void abort (void);
17 int j
= sizeof (typeof (*(++i
, (char (*)[i
])a
)));