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