mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
import cpp
|
|
|
|
from WhileStmt while
|
|
where while.conditionAlwaysTrueUponEntry()
|
|
select while |