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