Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gnat.dg / test_nested_subtype_byref.adb
blob282aefd1a29dda0baf111f62e7d404c6700dd812
1 -- { dg-do run }
2 -- { dg-options "-O2" }
4 with Nested_Subtype_Byref;
5 procedure Test_Nested_Subtype_Byref is
6 begin
7 Nested_Subtype_Byref.Check;
8 end;