summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/undefined-protocol.m
blob: d87a5c999ee986d40d711645ebcbf46faa12d547 (about) (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