blob: d87a5c999ee986d40d711645ebcbf46faa12d547 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %s
David Chisnall27033c92009-11-22 17:42:02 +00002
3@protocol MadeUpProtocol;
4
5@interface Object <MadeUpProtocol> @end
6@implementation Object @end