diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/pr7263-3.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pr7263-3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/pr7263-3.h b/gcc/testsuite/gcc.dg/cpp/pr7263-3.h new file mode 100644 index 000000000..ad6690e2b --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/pr7263-3.h @@ -0,0 +1,3 @@ +#define _Complex_I_ext (__extension__ 1.0iF) + +#define _Complex_I (1.0iF) |