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