p9506.C   [plain text]


// { dg-do assemble  }
// prms-id: 9506

char * volatile p;
void foo() {
  --p = 0;
}