A constant function tried to access a nonexistent element of an associative array.
localparam int foo = func(); function int func; int i[string]; return i["Hello"]; // Noncompliant endfunction