1# language: C
2c
3
4# Context
5#{M | }
61 3
7# M 1
81 0 1
90
10
111 # Number of statements
12
131
14#{i, j | i=2N; i=2j}
153 5
16#  i  j  M  1
170  1  0 -2  0
180  1 -2  0  0
191  0  0  0  1
200  0  0
210
22
230 # Scattering functions
24