Description:
ALN detects if an array with negative length is created.
Example:
int len = -1; char[] a = new char[len]; // negative array length