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