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