xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
codegen-flags
/
use.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
foo.h
"
use()
2
void
use
() {
3
f1
();
4
foo
f
;
5
}
6