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