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