(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
torture/
pr63366.C
// { dg-do run }
// { dg-options "-pedantic" }

#include <typeinfo>

int
main (void)
{
  return typeid (__complex) != typeid (__complex double); /* { dg-warning "ISO C\\+\\+ does not support plain 'complex' meaning 'double complex'" } */
}