diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/system-binary-constants-1.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/system-binary-constants-1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/system-binary-constants-1.h b/gcc/testsuite/gcc.dg/system-binary-constants-1.h new file mode 100644 index 0000000..85f2917 --- /dev/null +++ b/gcc/testsuite/gcc.dg/system-binary-constants-1.h @@ -0,0 +1,3 @@ +#pragma GCC system_header + +#define BINARY_INT_CONSTANT_IN_SYSTEM_HEADER 0b1101 |