diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/complex-2.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/complex-2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/complex-2.h b/gcc/testsuite/gcc.dg/complex-2.h new file mode 100644 index 000000000..752d7f26d --- /dev/null +++ b/gcc/testsuite/gcc.dg/complex-2.h @@ -0,0 +1,6 @@ +/* Allow complex types in system headers even with -std=iso9899:1990 + -pedantic-errors. Header file. */ + +#pragma GCC system_header + +_Complex double x; |