]> andersk Git - splint.git/blame - test/tests2.2a/floatdouble.c
Remove unused cpplib_createDefinition.
[splint.git] / test / tests2.2a / floatdouble.c
CommitLineData
885824d3 1int 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.909362 seconds and 5 git commands to generate.