aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/static-link/prog.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/static-link/prog.adb')
-rw-r--r--gdb/testsuite/gdb.ada/static-link/prog.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/static-link/prog.adb b/gdb/testsuite/gdb.ada/static-link/prog.adb
index 75f07eb..6f97925 100644
--- a/gdb/testsuite/gdb.ada/static-link/prog.adb
+++ b/gdb/testsuite/gdb.ada/static-link/prog.adb
@@ -1,4 +1,4 @@
--- Copyright 2023-2024 Free Software Foundation, Inc.
+-- Copyright 2023-2025 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
@@ -32,4 +32,6 @@ procedure Prog is
begin
Intermediate;
+ Do_Nothing (Upper'Address);
+ Do_Nothing (Value'Address);
end Prog;