Files
codeql/rust/ql/test/extractor-tests/generated/MacroStmts/MacroStmts_getExpr.ql
2024-10-10 16:28:10 +02:00

8 lines
165 B
Plaintext
Generated

// generated by codegen, do not edit
import codeql.rust.elements
import TestUtils
from MacroStmts x
where toBeTested(x) and not x.isUnknown()
select x, x.getExpr()