(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
new7.C
template <class T>
 struct Foo
 {};
 
 template <class T>
 void Foo<T>::NON_EXISTENT(int* val = new int()) {} // { dg-error "" }