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