remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / array18.adb
1 -- { dg-do compile }
2
3 with Array18_Pkg; use Array18_Pkg;
4
5 procedure Array18 is
6    A : String (1 .. 1);
7 begin
8    A := F;
9 end;