Clang Project

clang_source_code/test/Modules/Inputs/merge-anon-in-template/a.h
1template<typename T> struct is_floating {
2  enum { value = 0 };
3  typedef int type;
4};
5