xref
: /
llvm-project
/
clang
/
test
/
Import
/
cxx-valist
/
Inputs
/
I1.cpp
(revision 29a4ed80bb4c8aadc76718924f80a5f532b1ffce)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(int N)
1
int
f
(
int
N
) {
2
return
N
;
3
}
4