forked from Imagelibrary/binutils-gdb
import gdb-1999-06-28 snapshot
This commit is contained in:
11
gdb/testsuite/gdb.base/vforked-prog.c
Normal file
11
gdb/testsuite/gdb.base/vforked-prog.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef PROTOTYPES
|
||||
int main (void)
|
||||
#else
|
||||
main()
|
||||
#endif
|
||||
{
|
||||
printf("Hello from vforked-prog...\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user