1The following values will be used for boundary testing:
2
3Note:  These numbers are not magical just the ones a gcc compiler gave on
4a certain compilation of a test program.
5
6Potentially the MAX+1/MIN-1 values are deterministic.  The others are just
7empirical examples.
8
9To simulate:       Use:
10INT32_MAX+1       -2147483647 (gcc compiler gave -2147483648)
11INT32_MIN-1        2147483647
12unassigned val    -1073743192
13unassigned val     1075002478
14
15