Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
test_nested_subtype_byref.adb
blob: 282aefd1a29dda0baf111f62e7d404c6700dd812 [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
--
{
dg
-
options
"-O2"
}
with
Nested_Subtype_Byref
;
procedure
Test_Nested_Subtype_Byref
is
begin
Nested_Subtype_Byref
.
Check
;
end
;