mirror of
https://github.com/github/codeql.git
synced 2026-03-22 23:49:43 +01:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
/**
|
|
* @name Test for well-formed dos
|
|
*/
|
|
import csharp
|
|
|
|
where forall(DoStmt s | exists(s.getCondition()) and exists(s.getBody()))
|
|
select 1
|