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