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