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