No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg02 / x2.cc
blob627f02d2bafd0e010a9e9677b4b9a5ac2847cbbd
1 #include <stdio.h>
3 struct foo_type {
4 int t1;
5 int t2;
6 };
8 static void foo2()
10 printf("In foo2.\n");
13 void foo1()
15 printf("In foo1.\n");
16 foo2();