ref: 2bf74b8f25a89c8a49e96e5e44ffd72f495e4930 dir: /test/doublecall.myr/
use std const main = { std.put("{},{}\n", a(), b()) } const a = { -> 42 } const b = { -> 33 castto(int16) }