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