This file is indexed.

/usr/share/doc/gprbuild-doc/examples/subsystems/util_src/ada_lib.ads 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
package Ada_Lib is
   procedure Do_It_In_Ada;
   pragma Export (C, Do_It_In_Ada);
end Ada_Lib;