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