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