freebsd-nq/test/CodeGenObjC/undefined-protocol.m
2010-01-01 10:34:51 +00:00

7 lines
148 B
Objective-C

// RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %s
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end