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