Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / unsorted / loadhicc.c
bloba7540894f5e6b0d081de6a986f023756b7311ab7
1 typedef int xtype;
3 foo (p, pc)
4 xtype *p;
5 char *pc;
7 xtype a;
8 unsigned b = 0;
10 a = *p;
11 p[1] = a;
12 if ((unsigned) p[1] > 0)
13 return 1;
14 return a;