Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
SameHeader
/
B.h
1
#ifndef __B_h__
2
#define __B_h__
3
#include "C.h"
4
#endif
5