2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / gdb701.c
CommitLineData
8038ed97
KS
1struct _foo
2{
3 int x;
4 int y;
5 int z;
6};
7
8typedef struct _foo Foo;
9
10int
11main (int argc, char *argv[])
12{
13 Foo *foo = 0;
0d863d03 14 return 0;
8038ed97 15}
This page took 0.333513 seconds and 4 git commands to generate.