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