xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
cxx-header.h
(revision b9d0193e5906336d555e033c126dcc5f5ae6b0e3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
CXX_HEADER_H
2
#
define
CXX_HEADER_H
f()
3
inline
int
f
() {
return
0; }
4
#
endif
5