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