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