[ADT] Use a nonce type with at least 4 byte alignment.
[oota-llvm.git] / unittests / ADT / PointerIntPairTest.cpp
index 956c250791ec82cbfc4d679b01f893db152cc031..e27a5823a51ed9cc5023749de4adfd57ac6d6c8c 100644 (file)
@@ -16,6 +16,7 @@ namespace {
 
 TEST(PointerIntPairTest, GetSet) {
   struct S {
+    int i;
   };
   S s;