2 950426-1.c from the execute part of the gcc torture suite.
9 #pragma disable_warning 85
10 #pragma disable_warning 196
27 testTortureExecute (void)
32 if ( func1( &p1
->m1
) == -1 )
40 if ( strlen( (p1
->m2
[i
])++ ) == 3 )
48 int func1(int *p
) { return(*p
); }