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