printf.log ( failed)

test link: tests/printf/printf.sh
FAIL: tests/printf/printf
=========================

printf: '-2': Numerical result out of range
printf: '-2147483649': Numerical result out of range
Binary files exp and out differ
--- exp	2025-04-02 08:40:09.548870315 +0000
+++ out	2025-04-02 08:40:09.546870310 +0000
@@ -1,4 +1,4 @@
-97
-97
+0
+0
 0
 0
--- exp_err	2025-04-02 08:40:09.553870328 +0000
+++ err	2025-04-02 08:40:09.550870320 +0000
@@ -1,3 +1,4 @@
-printf: warning: ": character(s) following character constant have been ignored
+printf: '"a': expected a numeric value
+printf: '"a"': expected a numeric value
 printf: '"': expected a numeric value
 printf: 'a': expected a numeric value
FAIL tests/printf/printf.sh (exit status: 1)