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