llvm-for-llvmta/tools/clang/test/Modules/Inputs/SameHeader/B.h

5 lines
54 B
C

#ifndef __B_h__
#define __B_h__
#include "C.h"
#endif