aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto17.adb
blob: af42e8d85d8eb2d9d3370d50efca3e76f66474c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- { dg-do compile }
-- { dg-options "-flto" }
-- { dg-require-effective-target lto }

package body Lto17 is

   function To_Chunk_List(C : Chunk) return Chunk_List is
   begin
      return new Chunk_List_Element'(C.Size, C, null);
   end;

end Lto17;