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