(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
array31.C
int *g();

template <class T> 
void f(int i)
{
  int *p = &g()[3];
}