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