Browse Source

test: more common empty types

Michele Caini 1 năm trước cách đây
mục cha
commit
9891e70a20
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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