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