blob: 396f491ec0500768b989387bdf1430c8755051bc [file] [log] [blame]
void xxx()
{
unsigned i;
unsigned *p=0;
for(i=0; i<4; ++i)
*p++=0;
for(i=0; i<4; ++i)
*p++=0;
}