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