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
/
twice.c
blob
a0182bb4789a96ab55db3cbc8b85617da9b6607b
1
#include <stdio.h>
2
int
nothing
()
3
4
{
5
int
x
=
3
;
6
return
x
;
7
}
8
9
10
int
main
()
11
12
{
13
int
y
;
14
y
=
nothing
() ;
15
printf
(
"hello
\n
"
) ;
16
return
0
;
17
}