OpenGrok
Cross Reference: cycle2.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
submodule-visibility
/
cycle2.h
Home
|
History
|
Annotate
|
Download
|
only in
submodule-visibility
1
#
ifndef
CYCLE2
2
#
define
CYCLE2
3
4
#
include
"
cycle1.h
"
5
6
struct
C2
{};
7
8
#
endif
9