Syntax error on line 30: Syntax Error in invariant Expression.
    invariant count_increments_correctly : (temp' > threshold && temp <= threshold) => (count' == count + 1);
