remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / test_nested_subtype_byref.adb
1 -- { dg-do run }
2 -- { dg-options "-O2" }
3
4 with Nested_Subtype_Byref;
5 procedure Test_Nested_Subtype_Byref is
6 begin
7    Nested_Subtype_Byref.Check;
8 end;