(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
string1.C
// PR c++/28337

template <int> void foo()
{
  (0 ? "" : "X") + 1;
}