int i(0); => int i; i = 0; int i(0), j; => int i; i = 0; int j;
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected