Sign in
llvm
/
llvm-project
/
17abc16d7b76addee09d37dfd20247f0c890c3d8
/
.
/
lldb
/
test
/
API
/
python_api
/
module_section
/
c.cpp
blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [
file
]
int
c_function
(
int
input
)
{
return
input
*
3
;
}