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