blob: e5a72ab602f0497239849dc401e59809c97cbe29 [file] [log] [blame]
David Chisnall11d3f4c2012-07-03 20:49:52 +00001// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
David Chisnall11e6b0a2009-11-22 17:42:02 +00002
3@protocol MadeUpProtocol;
4
5@interface Object <MadeUpProtocol> @end
6@implementation Object @end