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