1<CsoundSynthesizer>
2
3<CsInstruments>
4sr=44100
5ksmps=1
6nchnls=1
7
8opcode test, 0, 0
9endop
10
11	instr 1	;untitled
12test
13	endin
14
15
16</CsInstruments>
17
18<CsScore>
19i1	0.0	.1
20e
21
22</CsScore>
23
24</CsoundSynthesizer>
25