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