C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / cvt.c
blob01ffc4513290e063759a91057fc6cd6caaf7fc34
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (p)
4 unsigned char *p;
6 unsigned char a = 0;
8 if (*p > 0)
9 return 1;
10 return 0;