Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
macro-hiding
/
e2.h
1
#include "a1.h"
2
inline void e1() { assert(true); }
3