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