This file is indexed.

/usr/share/doc/malaga-bin/examples/formal/max_count.pro is in malaga-bin 7.12-4.

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
10
11
# the project file for the grammar "max_count"

sym: formal.sym
all: formal.all
lex: formal.lex
mor: max_count.mor

info: A grammar for all words that consists of k "a"s, followed by l "b"s, 
info: followed by m "c"s, where m = max{k, l}.

# end of file =================================================================