blob: 78cf8da336c3337072ede0d20518b5c1a384ef3b [file] [log] [blame]
David Chisnallb601c962012-07-03 20:49:52 +00001// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
David Chisnall27033c92009-11-22 17:42:02 +00002
NAKAMURA Takumicb0a08a2012-09-12 14:26:42 +00003// PR13820
4// REQUIRES: LP64
5
David Chisnall27033c92009-11-22 17:42:02 +00006@protocol MadeUpProtocol;
7
8@interface Object <MadeUpProtocol> @end
9@implementation Object @end