Adding files to HEAD that cvs had declared dead due to existing on
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.multi / crashme.c
CommitLineData
b321dd90
PA
1#include <stdlib.h>
2#include <stdio.h>
3
4int
5main (int argc, char **argv)
6{
7 int *foo = NULL;
8
9 printf ("Oh no, a bug!\n"); /* set breakpoint here */
10
11 return *foo;
12}
This page took 0.023642 seconds and 4 git commands to generate.