2 vla-dealloc-1.c from the execute part of the gcc torture tests.
7 /* VLAs should be deallocated on a jump to before their definition,
8 including a jump to a label in an inner scope. PR 19771. */
9 /* { dg-require-effective-target alloca } */
16 testTortureExecute (void)
18 #if 0 // TODO: Enable when SDCC supports VLAs!