blob: 8d16c53e9c03fc25c5f2011dffe7ffae29915410 [file] [log] [blame]
int a;
void b(char *c)
{
c += 4;
for (int i = 0; i < 4; i++)
a = *c++ = 2;
}