This file is indexed.

/usr/share/doc/csound/examples/passign.csd is in csound 1:5.17.6~dfsg-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
<CsoundSynthesizer>
<CsOptions>
-n
</CsOptions>
<CsInstruments>
instr 1
 iv1,iv2,iv3,iv4,S5 passign 
print iv1
print iv2
print iv3
print iv4
puts S5, 1
endin
</CsInstruments>

<CsScore>
i1 0 3 4 "abc"
e
</CsScore>

</CsoundSynthesizer>