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