2011-02-21 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdbvars.c
1 /* Simple program to help exercise gdb's convenience variables. */
2
3 typedef void *ptr;
4
5 ptr p = &p;
6
7 int
8 main ()
9 {
10 p = &p;
11 return 0;
12 }
This page took 0.029739 seconds and 4 git commands to generate.