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