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