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