mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
9 lines
183 B
Objective-C
9 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
|