When _ = a[i] form of assignment is used inside nuregion() method, the compiler crashes, with a reason like an exception in "isVarWritten"
this most likely means that expression of the form _ = a[i], or more specifically, _, is not handled properly.
this most likely means that expression of the form _ = a[i], or more specifically, _, is not handled properly.