ORCA-C/Tests/Spec.Conform/SPC4411.1.CC
2017-10-01 17:47:47 -06:00

1 line
220 B
C++
Executable File

/* Other file needed to run Special Conformance Test 4.4.1.1 */
#include <math.h>
extern float y;
double G1 (x)
int x;
{
if ( (fabs (y - 8.7)) > 0.0001 )
return 0.0;
else
return (double) x;
}