Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / testsuite / gdb.mi / gdb701.c
blobb1e72d2bd514a98e8ed4232e05b977bffbd3ee4a
1 struct _foo
3 int x;
4 int y;
5 int z;
6 };
8 typedef struct _foo Foo;
10 int
11 main (int argc, char *argv[])
13 Foo *foo = 0;
14 return 0;