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