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

7 lines
92 B
Plaintext

import cpp
from Function f, Block b
where b = f.getEntryPoint()
select f, b, b.getAStmt()