2 pr34415.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 84
20 c
= (c
>= 'a' && c
<= 'z' ? c
- 'a' + 'A' : c
);
35 if (len
> 2 && *p
== ':')
41 testTortureExecute (void)
43 const char *input
= "Bbb:";
44 ASSERT (!(foo (input
) != input
+ 2));