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

9 lines
96 B
Plaintext

/**
* @name ExprsCast1
* @kind table
*/
import cpp
from Cast c
select c, count(c.getExpr())