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