xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
codegen-flags
/
foo.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
FOO_H
2
#
define
FOO_H
3
struct
foo
{
4
};
f1()
5
inline
void
f1
() {
6
}
7
#
endif
8