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