Browse Source

test: more common empty types

Michele Caini 1 year ago
parent
commit
9891e70a20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/common/empty.h

+ 1 - 0
test/common/empty.h

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