]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.ada/complete/pck.adb
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / complete / pck.adb
CommitLineData
439048e8
JB
1package body Pck is
2
3 procedure Proc (I : Integer) is
4 Not_In_Scope : Integer := 77;
5 begin
6 Inner.Inside_Variable := Not_In_Scope + I;
7 end Proc;
8
9end Pck;