Sign in
gnu
/
binutils-gdb
/
cbb35b4ac6d9eb368711f40c127ffeff1921289d
/
.
/
gdb
/
testsuite
/
gdb.multi
/
crashme.c
blob: 6749194eb75e5f7c933371774847b024cbdd09ed [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
int
*
foo
=
NULL
;
printf
(
"Oh no, a bug!\n"
);
/* set breakpoint here */
return
*
foo
;
}