Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
update-after-load
/
b.h
1
#include "a.h"
2
namespace llvm { void f(); }
3