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