mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 22:36:05 +00:00
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
|