2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr63366.C
blobf08912324edf134d6826ff6addddd4a5d19f3d3e
1 // { dg-do run }
2 // { dg-options "-pedantic" }
4 #include <typeinfo>
6 int
7 main (void)
9   return typeid (__complex) != typeid (__complex double); /* { dg-warning "ISO C\\+\\+ does not support plain 'complex' meaning 'double complex'" } */