index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gnat.dg
/
opt22_pkg.ads
blob: 282240946f88f82602f5f83ec932bb666a3ba611 (
plain
)
1
2
3
4
5
6
7
package
Opt22_Pkg
is
procedure
Fail
;
procedure
Put
(
S
:
String
);
end
Opt22_Pkg
;