Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
tagged2.ads
blob: 8bbc485c14b566db519a0527995abb6270697bba [
file
] [
log
] [
blame
]
package
Tagged2
is
type
Device
;
procedure
Get_Parent
(
DeviceX
:
Device
;
Parent
:
out
Device
);
type
Device
is
tagged
null
record
;
end
Tagged2
;