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