(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
wtypequal.c
       1  /* { dg-do compile } */
       2  
       3  int *__restrict *p;
       4  void f(void)
       5  {
       6    __typeof(*p) *q = p; /* { dg-bogus "discards qualifiers" } */
       7  }