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