xref
: /
llvm-project
/
clang
/
test
/
PCH
/
Inputs
/
chain-remap-types2.h
(revision 9b3932c0bc1e4b625fab1a79b0f5094f68efaf59)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void
h
(
X
*);
2
X(Blah)
3
@
interface
X
(
Blah
) {
4
}
5
@
end
6
7
void
g
(
X
*);
8
9