-- test multiple sections

VAR a[3]
VAR b[3]
INIT a = 0
TRANS next(a) = inc(a)
INIT b = 0
TRANS next(b) = inc(b)
SPEC AG ! a = 7
SPEC AG ! b = 7
