2 20021219-1.c from the execute part of the gcc torture suite.
11 #pragma disable_warning 85
13 /* PR optimization/8988 */
14 /* Contributed by Kevin Easton */
16 void foo(char *p1
, char **p2
)
19 void testTortureExecute(void)
21 char str
[] = "foo { xx }";
26 while (*ptr
&& (*ptr
== 13 || *ptr
== 32))