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