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