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