mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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.
6 lines
53 B
C
6 lines
53 B
C
#ifdef SEEN_F
|
|
static int g() {
|
|
return 20;
|
|
}
|
|
#endif
|