This file is indexed.

/usr/share/doc/flex/examples/manual/eof_test01.txt is in flex 2.6.4-6.

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
12
13
14
15
16
17
This is test file #1

-------------------------------------------------

We will now include test #2 in a standard way.

#include "eof_test02.txt"

-------------------------------------------------

And now we will include test # 2 with a different
format

#include "eof_test02.txt"
-------------------------------------------------

and this is the end of the test.