blob: 356c06335cfa92b452b02ddc39559318ec7d6a18 [file] [log] [blame]
void foo (volatile long long *x)
{
while (*x)
{
*x = 0;
*((volatile char *) 0) = 0;
}
}