There is a way to specify targets that should succeed. It's the "XTARGET"
[oota-llvm.git] / test / FrontendC / 2004-02-14-ZeroInitializer.c
1 // RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
2
3 int X[1000];
4