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