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