7 lines
148 B
Mathematica
7 lines
148 B
Mathematica
|
// RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %s
|
||
|
|
||
|
@protocol MadeUpProtocol;
|
||
|
|
||
|
@interface Object <MadeUpProtocol> @end
|
||
|
@implementation Object @end
|