Test case for r126672. Radar 9055247.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stuart Hastings 2011-03-02 23:24:44 +00:00
parent d39647d913
commit 621c65e089

View File

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