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