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