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