main :: () -> void { a := 2.3; if a == 2.3 print_u64 1; else print_u64 2; };