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