mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +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
66 B
Plaintext
5 lines
66 B
Plaintext
import cpp
|
|
|
|
from ReturnStmt rs
|
|
select rs, rs.getExpr().getValue()
|