1 2 3 4 5 6 7 8 9 10 11 12
/; main [int] /; if (false) return 1 ;; else if (1 == 0) return 2 ;; else return 69 ;/ return 0 ;/