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