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