Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
malformed
/
c.h
1
template<typename T> void f() { T::error; }
2