This file is indexed.

/usr/share/doc/gnat-gps/examples/language/gpr_custom.ads is in gnat-gps-doc 5.3dfsg-1ubuntu1.

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
6
7
8
9
with Interfaces.C.Strings; use Interfaces.C.Strings;

package GPR_Custom is

   function Comment_Line
     (Line : String; Comment : Boolean; Reserved : Integer) return chars_ptr;
   pragma Export (Ada, Comment_Line, "gpr_comment_line");

end GPR_Custom;