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