--- Reverse-merging r126896 into '.':

D    test/FrontendC/2011-03-02-UnionInitializer.c



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_29@127276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2011-03-08 21:44:29 +00:00
parent b59f9773f6
commit f4352fe847

View File

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