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