• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %s
2
3@protocol MadeUpProtocol;
4
5@interface Object <MadeUpProtocol> @end
6@implementation Object @end
7