repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
derived_type3.adb
blob
7661feb4f1829f573a6e6805c075fda5c7dca16a
1
-- { dg-do run }
2
3
with
Derived_Type3_Pkg
;
use
Derived_Type3_Pkg
;
4
5
procedure
Derived_Type3
is
6
begin
7
Proc1
;
8
Proc2
;
9
end
;