]> andersk Git - splint.git/blob - test/tests2.2a/floatdouble.c
Fixed up for win32 building (winconfig.h required)
[splint.git] / test / tests2.2a / floatdouble.c
1 int f (float f, double d)
2 {
3   float f1 = d;  /* bad without +floatdouble */
4   double d1 = f; /* okay relaxed */
5
6   f1 = d + f;
7
8   return 2;
9 }
This page took 0.073054 seconds and 5 git commands to generate.