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