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