1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-20 09:30:43 +00:00
llvm-6502/test/CFrontend/2004-02-14-ZeroInitializer.c

5 lines
70 B
C

// RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
int X[1000];