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