mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
8 lines
146 B
C
8 lines
146 B
C
#include "d.h"
|
|
#include "c.h"
|
|
|
|
int c() {
|
|
return A;
|
|
}
|
|
// semmle-extractor-options: --microsoft /Yuc.h /Fp${testdir}/microsoft-pch.testproj/a.pch
|