Files
codeql/cpp/ql/test/library-tests/ptr_to_member/segfault/exprs.ql
2019-12-13 17:06:05 -07:00

6 lines
73 B
Plaintext

import cpp
from Expr e
where exists(e.toString())
select e, e.getType()