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