Files
codeql/cpp/ql/test/library-tests/parameters/parameters/Parameters2.ql
2018-08-02 17:53:23 +01:00

6 lines
115 B
Plaintext

import cpp
select count(Function f, Function g | f.getAParameter() = g.getAParameter()
and f != g)