doUnary uses first-order functionality of Go to implement a function that can apply unary operation to any given integer (i.e. sqr(3), log(1000), etc)
(f func(int) int, val int)
source not stored for this graph (policy: none)
no test coverage detected