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