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