Sign in
◑
Theme
llvm
/
llvm-project
/
lldb
/
refs/heads/main
/
.
/
test
/
API
/
python_api
/
compile_unit
/
other.c
blob: 365ec2cde1cc68e30cb4062f87048e233ffb11e3 [
file
] [
edit
]
int
other
(
int
val
)
{
return
val
+
1
;
}