mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +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.
4 lines
36 B
C
4 lines
36 B
C
int main() {
|
|
return ONE + FOUR;
|
|
}
|