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