xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
python_api
/
module_section
/
c.cpp
(revision ff52ef33)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
c_function
(
int
input
) {
2
return
input
*
3
;
3
}
4