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