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