// This used to cause an assert fail... result=1; print("ERROR IS EXPECTED!"); function a(a) { print(a==undefined:"un":a); } a();