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