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