Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
ref_type.ads
blob: 550d5892ff274ac0c9f69f938272241a84057468 [
file
] [
log
] [
blame
]
package
ref_type
is
private
type T
is
tagged
null
record
;
procedure
Print
(
X
:
T
);
end
ref_type
;