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