xref
: /
llvm-project
/
clang
/
test
/
PCH
/
reinclude1.h
(revision 68051a74ecb166c5d2efada9c0f2242ac0dce47f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
A
{
2
int
x
;
3
int
y
;
4
}
5
6
int
foo
;
7
#
define
foo
foo
8