mirror of
https://github.com/github/codeql.git
synced 2026-02-22 18:03:39 +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.
7 lines
55 B
C
7 lines
55 B
C
#include "d.h"
|
|
#include "c.h"
|
|
|
|
int c() {
|
|
return A;
|
|
}
|