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