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