xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/gnat_debug_info_test.adb (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
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