1 This test checks that implicit reentry to global code through a getter does not clobber the calling register file.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testObject.getterTest; testVar; is "PASS"
7 PASS testObject.setterTest = 1; testVar; is "PASS"
8 PASS testObject.toStringTest(); testVar; is "PASS"
9 PASS testObject.valueOfTest(); testVar; is "PASS"
10 PASS successfullyParsed is true