1 2 3 4 5 6 7 8 9 10 11
// { dg-do run } // PRMS id: 8279 int main () { char *const *p = 0; char **q = 0; (void)(p - q); (void)(q - p); }