Testcase for the problem worked around in

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046204.html


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-04-01 15:29:02 +00:00
parent 770e1798e1
commit 320c6e97df

View File

@ -0,0 +1,2 @@
// RUN: %llvmgcc %s -S -o -
struct Z { int :0; } z;