undefined-protocol.m 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s // PR13820 // REQUIRES: LP64 @protocol MadeUpProtocol; @interface Object <MadeUpProtocol> @end @implementation Object @end