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