Need a set of tests that explicitly check that order of evaluation is
preserved.  

For example, in 

	array[i=5] = b;

I must have the value five when the _G(i!=b) probe is evaluated.
However, first must determine what ANSI C requires -- and what exactly
we want to guarantee, which will require experience:  how much of a
problem is this, really?

