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