mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
import rust
|
|
import codeql.rust.controlflow.ControlFlowGraph
|
|
import TestUtils
|
|
|
|
class MyRelevantNode extends CfgNode {
|
|
MyRelevantNode() { toBeTested(this.getScope()) }
|
|
}
|
|
|
|
import codeql.rust.controlflow.internal.ControlFlowGraphImpl::TestOutput<MyRelevantNode>
|