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