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