1 2 3 4 5 6 7 8 9 10 11 12 13
bar (a) { return (a == 0); } foo (a) int a; { if ((a & (1 << 26)) >= 0) return 1; else return 2; }