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