* gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-console.c
CommitLineData
fb40c209
AC
1void
2hello ()
3{
4 char *hello = "Hello \\\"!\r\n";
5 int i;
6 for (i = 0; hello[i]; i++)
7 write (1, hello + i, 1);
8}
9
10int
11main ()
12{
13 hello ();
14}
15/*
16Local variables:
17change-log-default-name: "ChangeLog-mi"
18End:
19*/
20
This page took 1.150946 seconds and 4 git commands to generate.