mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02:00
9 lines
141 B
Plaintext
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
|