Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
include_next
/
x
/
a.h
1
#include_next "a.h"
2
enum { ax = 1 };
3