blob: 3731fb078eea93e281a796ca4df9aa8eeddc305c [file] [log] [blame]
David Chisnall404bbcb2018-05-22 10:13:06 +00001// RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.5 | FileCheck %s
2
3// Regression test: check that we don't crash when referencing a forward-declared protocol.
4@protocol P;
5
Alex Lorenzb111da12018-08-17 22:18:08 +00006@interface I <P>
7@end
8
9@implementation I
10
11@end
David Chisnall404bbcb2018-05-22 10:13:06 +000012
13// CHECK: @.objc_protocol