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
[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git]
/
lldb
/
test
/
API
/
tools
/
lldb-server
/
libraries-svr4
/
main.cpp
blob
e9bc27149b00fd4e4cbe42f845e1417efa634c4e
1
int
main
(
int
argc
,
char
**
argv
) {
2
// Perform a null pointer access.
3
int
*
const
null_int_ptr
=
nullptr
;
4
*
null_int_ptr
=
0xDEAD
;
5
6
return
0
;
7
}