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