mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-06 17:38:06 +00:00
cb0a08ac77
llvm-svn: 163709
10 lines
183 B
Objective-C
10 lines
183 B
Objective-C
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
|
|
|
|
// PR13820
|
|
// REQUIRES: LP64
|
|
|
|
@protocol MadeUpProtocol;
|
|
|
|
@interface Object <MadeUpProtocol> @end
|
|
@implementation Object @end
|