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