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