negative float const

tcc-xref
bellard 2002-03-17 11:41:27 +00:00
parent 7f4fcf1216
commit 9a69c067c3
1 changed files with 1 additions and 1 deletions

View File

@ -1084,7 +1084,7 @@ FTEST(f, float, "%f")
FTEST(d, double, "%f")
FTEST(ld, long double, "%Lf")
double ftab1[3] = { 1.2, 3.4, 5.6 };
double ftab1[3] = { 1.2, 3.4, -5.6 };
void float_test(void)