Files
codeql/rust/ql/test/extractor-tests/generated/Union/Union_getDeriveMacroExpansion.ql
2025-06-20 11:19:06 +02:00

8 lines
199 B
Plaintext
Generated

// generated by codegen, do not edit
import codeql.rust.elements
import TestUtils
from Union x, int index
where toBeTested(x) and not x.isUnknown()
select x, index, x.getDeriveMacroExpansion(index)