[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-console.c
CommitLineData
a59add0c
AA
1#include <unistd.h>
2
fb40c209
AC
3void
4hello ()
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
12int
13main ()
14{
15 hello ();
d1fbcd56 16} /* after-hello */
This page took 2.088808 seconds and 4 git commands to generate.