]> granicus.if.org Git - clang/commitdiff
add testcase we already handle.
authorChris Lattner <sabre@nondot.org>
Tue, 19 Aug 2008 00:58:40 +0000 (00:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Aug 2008 00:58:40 +0000 (00:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54967 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/init.c

index b57f046a040699d250f6d68805846381bc73e293..f6cf9c3971f4635c3d7bfb06885df1592eec2394 100644 (file)
@@ -50,3 +50,7 @@ int pbool(void) {
   return pbool2;
 }
 
+
+// rdar://5870981
+union { float f; unsigned u; } u = { 1.0f };
+