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