aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/error26.C
blob: fb2c8b7276de4710ff76c0a4b9c1a05614a5034b (plain)
1
2
3
4
5
6
// PR c++/35333

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