aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/undefined-protocol.m
blob: d998a6624234944ddef11eab403913675462940a (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gnu %s

@protocol MadeUpProtocol;

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