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