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