llvm-project/clang/test/Modules/Inputs/import-textual/M/someheader.h

7 lines
60 B
C

#ifndef C_GUARD
#define C_GUARD
typedef int myint;
#endif