Clang Project

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