mirror of
https://github.com/github/codeql.git
synced 2026-04-11 10:04:02 +02:00
These tests currently test a code path in the extractor that only exists for these tests. By turning them into integration tests, we actually use the code path that normal database creation uses.
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
import cpp
|
|
|
|
from ReturnStmt rs
|
|
select rs.getEnclosingFunction().getName(), rs.getExpr().(Literal).getValue()
|