Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
PR21687
/
b.h
1
#include "a.h"
2
X *n = new X;
3