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