Sign in
gnu
/
binutils-gdb
/
76b43c9b5c2b275cbf4f927bfc25984410cb5dd5
/
.
/
gdb
/
testsuite
/
lib
/
gnat_debug_info_test.adb
blob: b8f0b03435864a437903d42e9d7b5ae2f3d080b2 [
file
] [
log
] [
blame
]
with
Ada
.
Text_IO
;
procedure GNAT_Debug_Info_Test
is
begin
Ada
.
Text_IO
.
Put_Line
(
"Hello, world!"
);
end
GNAT_Debug_Info_Test
;