xref: /aosp_15_r20/external/clang/test/Modules/Inputs/merge-anon-in-template/a.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 template<typename T> struct is_floating {
2   enum { value = 0 };
3   typedef int type;
4 };
5