1 // RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s 2 3 @protocol MadeUpProtocol; 4 5 @interface Object <MadeUpProtocol> @end 6 @implementation Object @end 7