You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the test is invoked with and empty argument array, we would use
0 (`argc`) as divisior in a test-division. Avoid this and use a divisor
that is never 0.
This also fixes a test-failure in a later `builtin_constant_p()` test
that righfully assumes that `non_constant_expr` cannot be 0 given that
it was used as divisor before.
Reported-by: ms178 <[email protected]>
Signed-off-by: David Rheinsberg <[email protected]>
0 commit comments