Remove printout, realize that instructions in the entry block dominate all
[oota-llvm.git] / test / CFrontend / 2003-11-16-StaticArrayInit.c
1 void bar () {
2  static char x[10];
3  static char *xend = x + 10;
4 }
5
6