Files
codeql/cpp/ql/test/library-tests/templates/switch/test.ql

5 lines
89 B
Plaintext

import cpp
from SwitchStmt ss
select ss, count(SwitchCase sc | ss = sc.getSwitchStmt())