Files
codeql/cpp/ql/test/library-tests/switch/blocks.ql
2020-09-08 08:40:20 +02:00

6 lines
95 B
Plaintext

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