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

@protocol MadeUpProtocol;

@interface Object <MadeUpProtocol> @end
@implementation Object @end
OpenPOWER on IntegriCloud