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