mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
/**
|
|
* @name ExprsCast1
|
|
* @kind table
|
|
*/
|
|
import cpp
|
|
|
|
from Cast c
|
|
select c, count(c.getExpr())
|