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