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