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