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