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