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