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