mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
8 lines
147 B
C
8 lines
147 B
C
#pragma hdrstop
|
|
#include "b.h"
|
|
|
|
int b() {
|
|
return A;
|
|
}
|
|
// semmle-extractor-options: --microsoft /Yub.h /Fp${testdir}/microsoft-pch.testproj/a.pch
|