summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/import/pkg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/import/pkg.adb')
-rw-r--r--gdb/testsuite/gdb.ada/import/pkg.adb7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/import/pkg.adb b/gdb/testsuite/gdb.ada/import/pkg.adb
index e4f1c1a88b7..1c706188c69 100644
--- a/gdb/testsuite/gdb.ada/import/pkg.adb
+++ b/gdb/testsuite/gdb.ada/import/pkg.adb
@@ -20,6 +20,13 @@ package body Pkg is
return Imported_Var_Ada;
end Exported_Func_Ada;
+ function base return Integer is
+ begin
+ return Imported_Var_Ada;
+ end base;
+
+ function copy return Integer renames base;
+
procedure Do_Nothing (A : System.Address) is
begin
null;