1 /* Test program for <next-at-end> and
2 * <leaves-core-file-on-quit> bugs.
7 #include "../lib/unbuffer_output.c"
11 int y
= x
* x
; /* -break1- */
21 gdb_unbuffer_output ();
23 p
= (int *) malloc( 4 );
25 for (i
= 1; i
< 10; i
++)
27 printf( "%d ", callee( i
));
30 printf( " Goodbye!\n" ); fflush (stdout
); /* -break2- */