aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/array18.adb
blob: 54c7744cca9208fffa5bfe25dc72dea3e9cd9cad (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }

with Array18_Pkg; use Array18_Pkg;

procedure Array18 is
   A : String (1 .. 1);
begin
   A := F;
end;