This file is indexed.

/usr/share/doc/fcm/trunk-r1/src/module/hello_constants.f90 is in fcm 2017.10.0-1.

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

The actual contents of the file can be viewed below.

1
2
3
MODULE hello_constants
CHARACTER(*), PARAMETER :: hello_string='Hello World!'
END MODULE hello_constants