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