xref
: /
llvm-project
/
clang-tools-extra
/
clangd
/
test
/
Inputs
/
path-mappings
/
server
/
foo.h
(revision c69ae835d0e0dc493eb09e75f0687a1390525440)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
FOO_H
2
#
define
FOO_H
foo()
3
int
foo
() {
return
42
; }
4
#
endif
5