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