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