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