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