decl.c (elaborate_expression_1): Try harder to find out whether the expression is...
[platform/upstream/gcc.git] / gcc / testsuite / gnat.dg / lto6_pkg.ads
1 with Ada.Finalization; use Ada.Finalization;
2
3 package Lto6_Pkg is
4   type F_String is new Controlled with record
5     Data : access String;
6   end record;
7   Null_String : constant F_String := (Controlled with Data => null);
8 end Lto6_Pkg;