llvm-for-llvmta/tools/clang/test/Modules/Inputs/multiple-include/c.h

5 lines
45 B
C

#ifndef C_H
#define C_H
extern int c;
#endif