mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
7 lines
139 B
C
7 lines
139 B
C
#ifdef SEEN_F
|
|
static int g() {
|
|
return 20;
|
|
}
|
|
#endif
|
|
// semmle-extractor-options: --clang -include-pch ${testdir}/clang-pch.testproj/f.pch
|