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