2 20050125-1.c from the execute part of the gcc torture suite.
11 /* Verify that the CALL side effect isn't optimized away. */
12 /* Contributed by Greg Parker 25 Jan 2005 <gparker@apple.com> */
23 int seterr(struct parse
*p
, int err
)
29 void bracket_empty(struct parse
*p
)
31 if (((p
->next
< p
->end
) && (*p
->next
++) == ']') || seterr(p
, 7)) { }
34 void testTortureExecute(void)