Files
codeql/rust/ql/test/extractor-tests/generated/BlockExpr/BlockExpr_getLabel.ql
Arthur Baars a9423f4bdb Rust: codegen
2024-09-20 15:50:59 +02:00

8 lines
165 B
Plaintext
Generated

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