2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / andn.c
blob2e38dd0e36e08d350042a6158e7c6d132233fa23
1 foo (a)
3 int b = 0x1fff;
4 return a & ~b;