1 2 3 4 5 6 7 8 9
main :: () -> void { b :*u64 = null; a := f(b = 4,2); print_u64 a; }; f :: (a:u64,b:u64)->u64{ return b-a; };