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