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