aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/complex-2.h
blob: 752d7f26d6108c05475392e433f98aa0df200773 (plain)
1
2
3
4
5
6
/* Allow complex types in system headers even with -std=iso9899:1990
   -pedantic-errors.  Header file.  */

#pragma GCC system_header

_Complex double x;