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