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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt20.ads
blob
ec547ee88f417ff0c628952d6d4f0babf9f62028
1
with
Opt20_Pkg
;
use
Opt20_Pkg
;
2
3
package
Opt20
is
4
5
procedure
Build_Library
(
For_Project
:
Integer
);
6
7
end
Opt20
;