No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg02 / x1.cc
blob7ec0cf1840529dcbc411f7fcc6d16054b3a66f48
1 #include <stdio.h>
3 extern void foo1();
4 extern void foo3();
6 struct foo_type;
8 int main()
10 struct foo_type *x;
12 printf("In main.\n");
13 foo1();
14 foo3();
15 return 0;