Clang Project

clang_source_code/test/Modules/Inputs/include_next/x/subdir/b.h
1#include_next <b.h>
2enum { bx = 3 };
3