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