foo(a)1 foo (a) 2 unsigned a; 3 { 4 unsigned b = 0; 5 6 if ((a & 12345678) > b) 7 return 1; 8 return 0; 9 } 10