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