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