This file is indexed.

/usr/share/doc/malaga-bin/examples/formal/quadratic.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
# the project file for the grammar "quadratic"

sym: formal.sym
all: formal.all
lex: formal.lex
mor: quadratic.mor

info: A formal grammar that recognizes words of the form a^(n^2).

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