Add multi-target tests
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gnat_debug_info_test.adb
1 with Ada.Text_IO;
2
3 procedure GNAT_Debug_Info_Test is
4 begin
5 Ada.Text_IO.Put_Line("Hello, world!");
6 end GNAT_Debug_Info_Test;
This page took 0.045127 seconds and 4 git commands to generate.