Fixing Zig benchmark where std.mem.doNotOptimizeAway was ignored

Unfortunately, using volatile in benchmarks is still not the appropriate use according to Andrew: Benchmarking isDigit - #20 by andrewrk

I wonder if it works if you DNOA a variable with the value 30, instead of a whole array/tuple of args. On my phone so cannot test it.