* gcc.c-torture/compile/20000120-2.c: Use -fgnu89-inline.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / andn.c
blob2e38dd0e36e08d350042a6158e7c6d132233fa23
1 foo (a)
3 int b = 0x1fff;
4 return a & ~b;