mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
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:
parent
8710da3c58
commit
07b976bb9e
4
test/CFrontend/2004-02-14-ZeroInitializer.c
Normal file
4
test/CFrontend/2004-02-14-ZeroInitializer.c
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
|
||||
|
||||
int X[1000];
|
||||
|
Loading…
Reference in New Issue
Block a user