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