Test case for r126672. Radar 9055247.
authorStuart Hastings <stuart@apple.com>
Wed, 2 Mar 2011 23:24:44 +0000 (23:24 +0000)
committerStuart Hastings <stuart@apple.com>
Wed, 2 Mar 2011 23:24:44 +0000 (23:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126896 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2011-03-02-UnionInitializer.c [new file with mode: 0644]

diff --git a/test/FrontendC/2011-03-02-UnionInitializer.c b/test/FrontendC/2011-03-02-UnionInitializer.c
new file mode 100644 (file)
index 0000000..a5ea75e
--- /dev/null
@@ -0,0 +1,2 @@
+// RUN: %llvmgcc -S %s
+union { int :3; double f; } u17_017 = {17.17};