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
/
limited_with3.adb
blob
36419246f78c086e1a77fda1d6a70d083f59b40a
1
-- { dg-do compile }
2
3
with
Limited_With3_Pkg3
;
4
5
package body
Limited_With3
is
6
7
procedure
Dummy
is begin null
;
end
;
8
9
end
Limited_With3
;