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

7 lines
148 B
Mathematica
Raw Normal View History

// RUN: clang -cc1 -emit-llvm-only -fgnu-runtime %s
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end