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