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