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