fix <64-bit integer eval stringification path, to not interpret too many bits

This commit is contained in:
Ryan Fleury
2025-07-23 13:26:23 -07:00
parent 6026ac16d4
commit 87fa6b9239
4 changed files with 37 additions and 11 deletions
+3
View File
@@ -395,6 +395,9 @@ type_coverage_eval_tests(void)
Basics basics = {-1, 1, -2, 2, -4, 4, -8, 8, 1.5f, 1.50000000000001};
Basics_Stdint basics_stdint = {-1, 1, -2, 2, -4, 4, -8, 8, 1.5f, 1.50000000000001};
uint32_t a = (1<<31);
int32_t b = (1<<31);
char string[] = "Hello World!";
char longer_text[] =
"Suppose there was some text\n"