mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
13 lines
145 B
Plaintext
13 lines
145 B
Plaintext
/**
|
|
* @name Test for usings
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where
|
|
forall(UsingStmt s |
|
|
exists(s.getAnExpr()) and
|
|
exists(s.getBody())
|
|
)
|
|
select 1
|