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