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
/
lto20_pkg.adb
blob
a5e5aa0ad9a07caf7e241426c0462ea0e5c34247
1
package body
Lto20_Pkg
is
2
3
type
Obj
is record
4
I
:
Integer
;
5
end record
;
6
7
procedure
Proc
(
A
:
Arr
)
is begin null
;
end
;
8
9
end
Lto20_Pkg
;