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