fn main() -> Void $0 = 2 * 3 $1 = 1 + $0 $2 = $1 + 4 call std::core::println($2)