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

8 lines
146 B
Plaintext

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