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