rt_gccstream/gcc/testsuite/g++.dg/other/error26.C

7 lines
96 B
C

// PR c++/35333
void foo(__complex__ double x)
{
__builtin_conj(x)(); // { dg-error "~x" }
}