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