old-cross-binutils/gdb/testsuite/gdb.mi/gdb701.c
2002-09-16 19:01:43 +00:00

15 lines
137 B
C

struct _foo
{
int x;
int y;
int z;
};
typedef struct _foo Foo;
int
main (int argc, char *argv[])
{
Foo *foo = 0;
exit (0);
}