blob: 1e01cbd6f14b8ef39d596840d77c48504003e8a3 [file] [log] [blame]
-- { dg-do compile }
-- { dg-options "-gnatc" }
with Discr1_Pkg; use Discr1_Pkg;
package Discr1 is
procedure Proc (V : Variable_String_Array);
end Discr1;