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