diff options
Diffstat (limited to 'gcc/testsuite/objc-obj-c++-shared/Object1.mm')
-rw-r--r-- | gcc/testsuite/objc-obj-c++-shared/Object1.mm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/objc-obj-c++-shared/Object1.mm b/gcc/testsuite/objc-obj-c++-shared/Object1.mm new file mode 100644 index 0000000..f435a75 --- /dev/null +++ b/gcc/testsuite/objc-obj-c++-shared/Object1.mm @@ -0,0 +1,11 @@ +#import "Object1.h" +/* This will generate the code if required - as determined by + the headr above. It is kept like this to keep one code file + shared between dg-xxxx tests that can ask for an extra source + and the objc/{compile,execute}/xxx tests that have to include + the implementation explicitly. + + For cases/targets that don't require the generation of the + Object implementation, this should result in an empty object. +*/ +#import "Object1-implementation.h" |