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