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