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