2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / c.c
blob384ee3e3cf3415237162b4fce583aa3855617561
1 foo (a, b)
2 long long a, b;
4 if (a & ~b)
5 return 1;
6 else
7 return 0;
10 bar (a, b)
11 long long a, b;
13 if (a & ~b & ((long long) 87612378))
14 return 1;
15 else
16 return 0;