First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / andn.c
blob2e38dd0e36e08d350042a6158e7c6d132233fa23
1 foo (a)
3 int b = 0x1fff;
4 return a & ~b;