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