diff options
Diffstat (limited to 'gcc/testsuite/objc-obj-c++-shared/nsconstantstring-class-impl.m')
-rw-r--r-- | gcc/testsuite/objc-obj-c++-shared/nsconstantstring-class-impl.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/objc-obj-c++-shared/nsconstantstring-class-impl.m b/gcc/testsuite/objc-obj-c++-shared/nsconstantstring-class-impl.m new file mode 100644 index 000000000..cd9c7dd8f --- /dev/null +++ b/gcc/testsuite/objc-obj-c++-shared/nsconstantstring-class-impl.m @@ -0,0 +1,3 @@ +/* Allow code to be shared between the FEs but avoid issues with + C++-only flags. */ +#include "nsconstantstring-class-impl.h" |