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