mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01: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
35 B
C
4 lines
35 B
C
int main() {
|
|
return SEVENTEEN;
|
|
}
|