Convert tests using "grep -c ... | grep ..." to use the count script.
[oota-llvm.git] / test / CFrontend / 2004-02-14-ZeroInitializer.c
1 // RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
2
3 int X[1000];
4