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