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