فهرست منبع

test: more common empty types

Michele Caini 2 سال پیش
والد
کامیت
9891e70a20
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      test/common/empty.h

+ 1 - 0
test/common/empty.h

@@ -4,6 +4,7 @@
 namespace test {
 namespace test {
 
 
 struct empty {};
 struct empty {};
+struct other_empty {};
 
 
 } // namespace test
 } // namespace test