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