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