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