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