Sign in
◑
Theme
llvm
/
llvm-project
/
4e32fa991ee2c702d64e8db55ece2f01fdd7ffca
/
.
/
lldb
/
test
/
API
/
python_api
/
unnamed_symbol_lookup
/
main.c
blob: ec8350706b3c99a54820ad24267c2473f09098d7 [
file
]
__attribute__
((
nodebug
))
int
stripped_function
(
int
val
)
{
return
val
*
val
;
}
int
main
(
void
)
{
stripped_function
(
10
);
return
0
;
}