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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
linux
/
add-symbols
/
main.c
blob
5a0915746b74f28147ebc925e3930391f0e6223a
1
#include <stdio.h>
2
static int
var
=
5
;
3
int
main
() {
4
printf
(
"%p is %d
\n
"
, &
var
,
var
);
5
return
++
var
;
6
}