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