Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
preprocess
/
b.h
1
#include "c.h"
2
T b();
3