blob: 26c13a7d68519e9cd6bf35332069829d3a87f634 [file] [log] [blame]
struct {
char a[5];
} *p;
int main ()
{
int i = -1;
if(p->a[-i])
return 1;
}