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