blob: 7c6e47b8e473c33522d2eca4ec57de5d3474a6cb [file] [log] [blame]
// Build don't link:
// prms-id: 9506
char * volatile p;
void foo() {
--p = 0;
}