Files
codeql/csharp/ql/test/library-tests/unsafe/unsafe1.ql
2018-08-02 17:53:23 +01:00

5 lines
74 B
Plaintext

import csharp
from SizeofExpr e
select e, e.getLocation().getStartLine()