blob: f435a75af061c8e4cd7ca27cdde0ee5617f74b1d (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|