tock-mirror/testcases/_bad_arraysize.occ
Adam Sampson 79eefd5e98 Move constant checking from the occam parser into a pass.
The parser now doesn't do any constant folding or checking.
2008-03-19 12:47:29 +00:00

8 lines
65 B
Plaintext

PROC p ()
INT x:
SEQ
x := 42
[x]INT blah:
SKIP
: