This file is indexed.

/usr/share/doc/gprbuild-doc/examples/libraries/ada_main.adb is in gprbuild-doc 2014dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
with Ada_Lib;
procedure Ada_Main is
begin
   Ada_Lib.Do_It_In_Ada;
end Ada_Main;