aboutsummaryrefslogblamecommitdiff
path: root/test/CodeGenObjC/undefined-protocol.m
blob: d87a5c999ee986d40d711645ebcbf46faa12d547 (plain) (tree)
1
2
3
4
5
6
                                                   




                                       
// RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %s

@protocol MadeUpProtocol;

@interface Object <MadeUpProtocol> @end
@implementation Object @end