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