repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git]
/
lldb
/
test
/
API
/
python_api
/
value
/
addr_of_void_star
/
main.c
blob
e60220a800f71c4f4352d920813dc966a1847bf6
1
int
main
(
int
argc
,
char const
*
argv
[]) {
2
char
*
char_ptr
=
"Some pointer here"
;
3
void
*
void_ptr
= &
char_ptr
;
4
5
return
0
;
// Break at this line
6
}