Test case for bug fixed in r89457.

llvm-svn: 89605
This commit is contained in:
David Chisnall 2009-11-22 17:42:02 +00:00
parent 072094407d
commit 27033c9171
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// RUN: clang-cc -emit-llvm-only -fgnu-runtime %s
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end