]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.hp/hwwatchbus.c
import gdb-1999-08-16 snapshot
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.hp / hwwatchbus.c
CommitLineData
c906108c
SS
1/* This program raises a SIGBUS signal on HP-UX when the
2 pointer "bogus_p" is dereferenced.
3 */
4int * bogus_p = (int *)3;
5
6main()
7{
8 *bogus_p = 0xdeadbeef;
9}