OSDN Git Service

* g++.dg/other/anon5.C: Don't depend on line number for error message.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / error26.C
1 // PR c++/35333
2
3 void foo(__complex__ double x)
4 {
5   __builtin_conj(x)(); // { dg-error "~x" }
6 }