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