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