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