blob: 7fe0790032aa3ccbf5adabfa699e0ec59b835378 [file] [log] [blame]
David Chisnall11e6b0a2009-11-22 17:42:02 +00001// RUN: clang-cc -emit-llvm-only -fgnu-runtime %s
2
3@protocol MadeUpProtocol;
4
5@interface Object <MadeUpProtocol> @end
6@implementation Object @end