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