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