xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
no-module-map
/
a.h
(revision d6509cf21dd017392f82da0eb9b0345fbfc8970b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
A_H
2
#
define
A_H
3
void
a
();
4
#
endif
5