Reverting testcase at 4126896; r126672 broke something else. <rdar://problem/9055247>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stuart Hastings 2011-03-08 21:54:17 +00:00
parent 93f017648d
commit 19ba42eda2

View File

@ -1,2 +0,0 @@
// RUN: %llvmgcc -S %s
union { int :3; double f; } u17_017 = {17.17};