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