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