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