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