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