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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt20_pkg.ads
blob
2b9b3e8bdf0ccc86ee0f99e496b65c8830eda416
1
package
Opt20_Pkg
is
2
3
procedure
Write_Str
(
S
:
String
);
4
5
type
Fail_Proc
is access procedure
(
S
:
String
);
6
7
procedure
My_Fail
(
S
:
String
);
8
9
Fail
:
Fail_Proc
:=
My_Fail
'Access
;
10
11
function
Get_Name_String
(
Id
:
Integer
)
return
String
;
12
13
end
Opt20_Pkg
;