Clang Project

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