test.m   [plain text]


#include <Foundation/Foundation.h>

@interface Foo : NSObject
@end

@implementation Foo
@end


int main()
{
	return 0;
}