(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
assign1.C
// PR c++/27716
// { dg-do compile }

int foo()
{
  return i ""= i;  // { dg-error "not declared|string constant" }
}