Pārlūkot izejas kodu

test: more common empty types

Michele Caini 2 gadi atpakaļ
vecāks
revīzija
9891e70a20
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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