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

#ifndef C_GUARD
#define C_GUARD

typedef int myint;

#endif