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