
struct Foo {
    char a[1026];
};

fubar()
{
    int i = 0;
    struct Foo *a = 0;
    struct Foo *b = 0;

    if (a[i] == b[i])
	a = 1;
}

