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