Files
VSS/source/xml/templates/implementation/vss-xml-implementation-template_programs-debug.ads
2025-04-23 14:08:29 +04:00

12 lines
280 B
Ada

--
-- Copyright (C) 2025, AdaCore
--
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
--
package VSS.XML.Implementation.Template_Programs.Debug is
procedure Dump_Program (Program : Instruction_Vectors.Vector);
end VSS.XML.Implementation.Template_Programs.Debug;