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