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