2 20040423-1.c from the execute part of the gcc torture suite.
11 #if 0 // TODO: enable when variable-length arrays are asupported!
25 memcpy (x
, y
, 10 * sizeof (int));
29 return sizeof (c
) * 3;
34 testTortureExecute (void)
41 if (sub1 (20, 3) != sizeof (c
)*3)