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