Remove printout, realize that instructions in the entry block dominate all
[oota-llvm.git] / test / CFrontend / 2004-05-07-VarArrays.c
1 int foo(int len, char arr[][len], int X) {
2   return arr[X][0];
3 }