xref
: /
llvm-project
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
sources_specified
/
extra
/
dec.h
(revision 4a4bfa4e2759ca0c9740187a26d703ef17f4bb3e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
dec(int x)
1
int
dec
(
int
x
) {
2
return
x
+
1
;
3
}
4