Files
codeql/cpp/ql/test/library-tests/literals/aggregate_literals/arrays.ql
2023-04-04 15:14:27 +01:00

6 lines
125 B
Plaintext

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