blob: c57f53dd0b61b9e119122e461a54e3685e191bc7 [file] [log] [blame]
Fariborz Jahanian8604fae2009-12-14 17:13:18 +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