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