1 2 3 4 5 6 7 8 9
main :: () -> void { b := false; a := 2; c : u64 = 5; if b print_u64 2; else print_u64 c; };