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