summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/undefined-protocol.m
blob: c57f53dd0b61b9e119122e461a54e3685e191bc7 (plain)
1
2
3
4
5
6
// RUN: clang -cc1 -emit-llvm-only -fgnu-runtime %s

@protocol MadeUpProtocol;

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