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