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