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