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