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