OpenGrok
Cross Reference: class-protocol.m
xref
: /
external
/
clang
/
test
/
SemaObjC
/
class-protocol.m
Home
|
History
|
Annotate
|
Download
|
only in
SemaObjC
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
// pr5552
3
4
@interface Protocol
5
@end
6
7