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 16/57][Arm][GAS] Add support for MVE instructions: vdup, vddup, vdwdup, vidup...
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.mi
/
mi-console.c
blob
5ca046f52d45a51ae389fa5af03ad139c58ea860
1
#include <unistd.h>
2
3
void
4
hello
()
5
{
6
char
*
hello
=
"Hello
\\\"
!
\r\n
"
;
7
int
i
;
8
for
(
i
=
0
;
hello
[
i
];
i
++)
9
write
(
1
,
hello
+
i
,
1
);
10
}
11
12
int
13
main
()
14
{
15
hello
();
16
}
/* after-hello */