blob: c57f53dd0b61b9e119122e461a54e3685e191bc7 [file] [log] [blame]
// RUN: clang -cc1 -emit-llvm-only -fgnu-runtime %s
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end
@implementation Object @end