aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/aggr29.adb
blob: c82a6f4c768e850046d574a3dc590672328ccb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- { dg-do compile }
-- { dg-options "-fdump-tree-gimple" }

with Ada.Streams; use Ada.Streams;

procedure Aggr29 is
  A : aliased Stream_Element_Array := (1 .. 512 => <>);
begin
  null;
end;

-- { dg-final { scan-tree-dump-not "a___UNC = \\*" "gimple" } }