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