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