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