PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / discr8_pkg1.ads
blobae93dc4d402b0edecfa70a88afbf530169fd35f8
1 with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
2 with Discr8_Pkg2; use Discr8_Pkg2;
4 package Discr8_Pkg1 is
6 type T is record
7 A : Unbounded_String;
8 B : L;
9 end record;
11 end Discr8_Pkg1;