blob: d998a6624234944ddef11eab403913675462940a [file] [log] [blame]
John McCall260611a2012-06-20 06:18:46 +00001// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gnu %s
David Chisnall11e6b0a2009-11-22 17:42:02 +00002
3@protocol MadeUpProtocol;
4
5@interface Object <MadeUpProtocol> @end
6@implementation Object @end