repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.base
/
int-type.c
blob
da7eec00828a1d88b0318fd1cdf8fc896f507175
1
2
int
x
;
3
int
y
;
4
int
z
;
5
int
w
;
6
7
8
9
int
main
()
10
{
11
12
x
=
14
;
13
y
=
3
;
14
z
=
2
;
15
w
=
2
;
16
17
return
0
;
18
19
}
20