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