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