Files
codeql/cpp/ql/test/library-tests/locations/aggregate_literals/nested.ql
2018-08-02 17:53:23 +01:00

6 lines
121 B
Plaintext

import cpp
from AggregateLiteral al
where al.getFile().getShortName() = "nested"
select al.getLocation().getStartLine()