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