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