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