Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb1dbb41f6d7eaa3b45793d3307fe092f635167
/
.
/
lldb
/
test
/
python_api
/
module_section
/
c.cpp
blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [
file
] [
log
] [
blame
]
Johnny Chen
1b72f09
2012-03-16 21:55:42 +0000
[
diff
] [
blame
]
1
int
c_function
(
int
input
)
{
2
return
input
*
3
;
3
}