Fix the new pr83361.c testcase
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / opt2.ads
blobf7e1c6255090511e1f7fe594ce340fb723297695
1 -- { dg-do compile }
2 -- { dg-options "-O2" }
4 with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
5 with Interfaces; use Interfaces;
7 package Opt2 is
9 type Arr is array (Unsigned_32 range <>) of Unbounded_String;
11 end Opt2;