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