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