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