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