A constant function tried to pop an element from an empty queue.
localparam int foo = func(); function int func; automatic int i[$]; return i.pop_back(); endfunction