Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
codegen-opt
/
bar.h
1
#include "foo.h"
2
inline void bar() { foo(); }
3