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

6 lines
101 B
Plaintext

import cpp
select count(BlockExpr be),
count(ReturnStmt rs | rs.getExpr().getValue() = "0")