xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
lookup-assert-protocol
/
Derive.h
(revision f5fe36787d2caa321b086eaa87844af586a2ef11)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
Base.h
"
2
@
protocol
DerivedProtocol
<
BaseProtocol
>
3
- (
void
)
test2
;
4
@
end
5