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