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