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