aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/test_nested_subtype_byref.adb
blob: 282aefd1a29dda0baf111f62e7d404c6700dd812 (plain)
1
2
3
4
5
6
7
8
-- { dg-do run }
-- { dg-options "-O2" }

with Nested_Subtype_Byref;
procedure Test_Nested_Subtype_Byref is
begin
   Nested_Subtype_Byref.Check;
end;