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