1with Ada.Text_IO; 2 3procedure GNAT_Debug_Info_Test is 4begin 5 Ada.Text_IO.Put_Line("Hello, world!"); 6end GNAT_Debug_Info_Test; 7
1with Ada.Text_IO; 2 3procedure GNAT_Debug_Info_Test is 4begin 5 Ada.Text_IO.Put_Line("Hello, world!"); 6end GNAT_Debug_Info_Test; 7