Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
;