DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-2 / test / tests2.2a / floatdouble.c
123456789
int f (float f, double d) { float f1 = d; /* bad without +floatdouble */ double d1 = f; /* okay relaxed */ f1 = d + f; return 2; }