mirror of
https://github.com/github/codeql.git
synced 2026-06-02 20:30:15 +02:00
8 lines
165 B
Plaintext
Generated
8 lines
165 B
Plaintext
Generated
// generated by codegen
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from TupleStructPat x
|
|
where toBeTested(x) and not x.isUnknown()
|
|
select x, x.getEllipsisIndex()
|