mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
8 lines
185 B
C
8 lines
185 B
C
#define TWO 2
|
|
#include "b.h"
|
|
|
|
int main() {
|
|
return ONE + TWO + THREE + FOUR;
|
|
}
|
|
// semmle-extractor-options: --clang -include-pch ${testdir}/clang-pch.testproj/a.pch -Iextra_dummy_path
|