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
/
deref1.ads
blob
3da99ab0ae57c5e03edff06e3dd17dbe5c133e67
1
package
deref1
is
2
type
T
is tagged limited null record
;
3
procedure
Op
(
Obj
:
in out
T
);
4
end
deref1
;