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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
ref_type.ads
blob
550d5892ff274ac0c9f69f938272241a84057468
1
package
ref_type
is
2
private
3
type
T
is tagged null record
;
4
procedure
Print
(
X
:
T
);
5
end
ref_type
;