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
/
incomplete4.adb
blob
2191d388a343dfa1169835e6b77c8a7ad5c1a561
1
-- { dg-do compile }
2
3
with
Incomplete4_Pkg
;
use
Incomplete4_Pkg
;
4
with
System
;
5
6
procedure
Incomplete4
is
7
L
:
System
.
Address
:=
A
'Address
;
8
begin
9
null
;
10
end
;