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