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