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