opnsense-src/test/CodeGenObjC/undefined-protocol.m

7 lines
148 B
Mathematica
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %s
2009-12-01 06:08:04 -05:00
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end