llvm-for-llvmta/tools/clang/test/Modules/Inputs/dependency-gen-included.h

10 lines
142 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
//#ifndef DEPENDENCY_GEN_INCLUDED_H
//#define DEPENDENCY_GEN_INCLUDED_H
#include "Inputs/dependency-gen-included2.h"
void g() {
}
//#endif