OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 951220-1.c
1 f (char *x)
2 {
3   return (*x & 2) || (*x & 3);
4 }