xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
sub.h
(revision b6ba46ef304b2294e477dc4a3f571f38fbd47113)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
SUB_H
2
#
define
SUB_H
3
const
int
sub
=
42
;
4
#
endif
5