Sign in
rust
/
llvm-project
/
fe9269f804afce78827a11181e4b6a96007a0338
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
python_api
/
module_section
/
c.cpp
blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [
file
] [
log
] [
blame
]
int
c_function
(
int
input
)
{
return
input
*
3
;
}