Merge from mainline.
[official-gcc.git] / gcc / testsuite / g++.dg / other / assign1.C
blob1983680dd7ba0e468d01de3ed590bbf459bf7d92
1 // PR c++/27716
2 // { dg-do compile }
4 int foo()
6   return i ""= i;  // { dg-error "not declared|string constant" }