This file is indexed.

/usr/share/lifelines/st/test_forindi.ll is in lifelines-reports 3.0.61-2.

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
/*
 * @progname       test_forindi_it
 * @version        1
 * @author         Stephen Dum
 * @category       self-test
 * @output         text
 * @description
 * 
 * test indi iterator: forindi
 * Iterate over some data, printing results, so we can
 * compare the output with exected results.
 */
proc main() {
    print(nl())
    forindi(i,c) { print(d(c),": ",key(i),nl()) }
}