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
56 B
C
7 lines
56 B
C
#pragma hdrstop
|
|
#include "b.h"
|
|
|
|
int b() {
|
|
return A;
|
|
}
|