hanchenye-llvm-project/clang/test/CodeGenObjC/undefined-protocol.m

7 lines
153 B
Objective-C

// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end