ref: da45fcd5ccafb05f813c989a379dd6920e517c53 dir: /test/genericuret.myr/
use std generic work = {val : @a -> `std.Some val } const main = { work(123) std.exit(42) }