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