llvm-for-llvmta/tools/clang/test/Modules/Inputs/merge-decl-context/c.h

8 lines
63 B
C

#ifndef C_H
#define C_H
#include "a.h"
#include "b.h"
#endif