Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
dinst_pkg.adb
blob: 09a9baea1e4e247abe1de2afacb70ff4eaf27184 [
file
] [
log
] [
blame
]
with
Ada
.
Text_IO
;
use
Ada
.
Text_IO
;
package
body
DInst_Pkg
is
procedure
Foo
is
begin
Put_Line
(
"hello there"
);
end
;
end
;