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