This test has been automatized
[oota-llvm.git] / test / CFrontend / 2002-01-23-LoadQISIReloadFailure.c
1 /* Regression test.  Just compile .c -> .ll to test */
2 int foo(void) {
3   unsigned char *pp;
4   unsigned w_cnt;
5
6   w_cnt += *pp;
7   
8   return w_cnt;
9 }