Added a new test based on a failure in sdlraster

This commit is contained in:
Neil Brown 2009-04-18 20:42:03 +00:00
parent 902570f6cd
commit 79c31ea201

View File

@ -130,5 +130,11 @@ PROC m()
INT x:
c[9] ? x
%PASS Safe use with unknown bound
INT x:
PAR
PAR i = 0 FOR x - 1
both.2(c[i]?, c[i + 1]!
read(c[x - 1]?)
%