Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / execute / 20000519-2.c
blob9635e324240f870c710701dda1f562e37c9cf932
1 long x = -1L;
3 int main()
5 long b = (x != -1L);
7 if (b)
8 abort();
10 exit(0);