libstdc++: [_Hashtable] Fix some implementation inconsistencies
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 960106-1.c
blob4f2f95de1017f96c8b470fa5b2e348efe67707cf
1 /* { dg-additional-options "-std=gnu89" } */
3 f (a)
5 return (a & 1) && !(a & 2 & 4);