gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdbvars.c
CommitLineData
cab0c772
UW
1/* Simple program to help exercise gdb's convenience variables. */
2
3typedef void *ptr;
4
5ptr p = &p;
6
7int
8main ()
9{
293e2f9e 10 p = &p;
cab0c772
UW
11 return 0;
12}
This page took 0.190277 seconds and 4 git commands to generate.