diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/static-link/pck.ads')
-rw-r--r-- | gdb/testsuite/gdb.ada/static-link/pck.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/static-link/pck.ads b/gdb/testsuite/gdb.ada/static-link/pck.ads index e241408..4d7618f 100644 --- a/gdb/testsuite/gdb.ada/static-link/pck.ads +++ b/gdb/testsuite/gdb.ada/static-link/pck.ads @@ -13,6 +13,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/>. +with System; package Pck is Some_Value : Integer := 3; + + procedure Do_Nothing (A : System.Address); end Pck; |