Files
codeql/csharp/ql/test/library-tests/controlflow/graph/EntryPoint.ql
Tom Hvitved 0c1db6afc3 C#: Add more CFG tests
Added tests for exits inside `try` statements and constantly failing assertions.
2018-10-19 14:05:30 +02:00

8 lines
205 B
Plaintext

import csharp
import semmle.code.csharp.controlflow.ControlFlowElement
import Common
from Callable c, SourceControlFlowElement cfn
where c.getEntryPoint().getASuccessor().getElement() = cfn
select c, cfn