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