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