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