This file is indexed.

/usr/share/doc/uthash-dev/examples/test28.ans is in uthash-dev 1.9.7-1.

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CDL macros
d c b a 
advancing head pointer
c b a d 
c b a d c b a d c b 
c d a b c d a b c d 
deleting b
c a d 
deleting (a)
c d 
deleting (c)
d 
deleting (d)

DL macros
c b a d 
deleting c
b a d 
deleting a
b d 
deleting b
d 
deleting d

LL macros
c b a d 
deleting c
b a d 
deleting a
b d 
deleting b
d 
deleting d