* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / andn.c
blob2e38dd0e36e08d350042a6158e7c6d132233fa23
1 foo (a)
3 int b = 0x1fff;
4 return a & ~b;