Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / hwwatchbus.c
1 /* This program raises a SIGBUS signal on HP-UX when the
2 pointer "bogus_p" is dereferenced.
3 */
4 int * bogus_p = (int *)3;
5
6 main()
7 {
8 *bogus_p = 0xdeadbeef;
9 }
This page took 0.032325 seconds and 4 git commands to generate.