Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' when possible

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-15 02:19:08 +00:00
parent 8710da3c58
commit 07b976bb9e

View File

@ -0,0 +1,4 @@
// RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
int X[1000];