d636ae0b80
* lib/{objc.exp,objc-torture.exp}: New files for objc testing harness. * objc: ObjC testsuite. From-SVN: r22198
18 lines
212 B
Objective-C
18 lines
212 B
Objective-C
#include <objc/objc.h>
|
|
#include <objc/objc-api.h>
|
|
#include <objc/Object.h>
|
|
|
|
@interface MyObject
|
|
{
|
|
Class isa;
|
|
unsigned int i;
|
|
MyObject *object;
|
|
}
|
|
@end
|
|
|
|
@implementation MyObject
|
|
@end
|
|
|
|
#include "bf-common.h"
|
|
|