OSDN Git Service

PR c++/28432
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / assign1.C
1 // PR c++/27716
2 // { dg-do compile }
3
4 int foo()
5 {
6   return i ""= i;  // { dg-error "not declared|string constant" }
7 }