aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/global-var-nested-by-dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/global-var-nested-by-dso.c')
-rw-r--r--gdb/testsuite/gdb.base/global-var-nested-by-dso.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/global-var-nested-by-dso.c b/gdb/testsuite/gdb.base/global-var-nested-by-dso.c
index 3b63096..a77b8c2 100644
--- a/gdb/testsuite/gdb.base/global-var-nested-by-dso.c
+++ b/gdb/testsuite/gdb.base/global-var-nested-by-dso.c
@@ -15,6 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+extern void b_main (void);
+extern void c_main (void);
+
int
main (int argc, char *argv[])
{