Files
codeql/csharp/ql/test/library-tests/statements/Do1.ql
2018-12-20 10:19:59 +01:00

9 lines
141 B
Plaintext

/**
* @name Test for well-formed dos
*/
import csharp
where forall(DoStmt s | exists(s.getCondition()) and exists(s.getBody()))
select 1