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

@protocol MadeUpProtocol;

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