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