Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
malformed
/
b1.h
1
struct S {
2
#include "b2.h"
3
};
4