Many signedness and type propagation fixes
[fw/sdcc] / support / regression / tests / ast_constant_folding.c
index aaec505e3dd645825950506685aec836cadaa7d0..66767afe677bab280272cdc332f0ffcef583a812 100644 (file)
@@ -48,7 +48,7 @@ foo_mul (void)
 unsigned
 foo_div (void)
 {
-  return 33971 / i / 5 / i / i / 12;
+  return 33971u / i / 5 / i / i / 12;
 }
 
 unsigned