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