bolt/deps/llvm-18.1.8/clang/test/CodeGenObjC/undefined-protocol.m

10 lines
183 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
// PR13820
// REQUIRES: LP64
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end