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