1 2 3 4 5 6 7 8 9 10 11 12
foo (a) { int i; for (i = 1; i < a; i++) ; { int b = (int) &foo; return (a & b) == 0; } }