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