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