Clang Project

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