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