(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
specs/
discr1.ads
-- { dg-do compile }
-- { dg-options "-gnatc" }

with Discr1_Pkg; use Discr1_Pkg;

package Discr1 is

  procedure Proc (V : Variable_String_Array);

end Discr1;