Files
codeql/rust/ql/test/extractor-tests/generated/Enum/Enum_getAttributeMacroExpansion.ql
2025-04-29 16:18:40 +02:00

8 lines
178 B
Plaintext
Generated

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