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