Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information