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