(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
restrict2.C
// PR c++/60872
// { dg-options "" }

typedef double *__restrict T;
void f(T* p)
{
  void *p2 = p;
}