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