Files
codeql/cpp/ql/test/library-tests/literals/aggregate_literals/arrays.ql
2018-08-24 11:58:58 -07:00

6 lines
123 B
Plaintext

import cpp
from ArrayType a, ArrayAggregateLiteral al, int i
where a = al.getType()
select al, a, i, al.getElementExpr(i)