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