quakeforge/tools/qfcc/test/double-float-compare.r

8 lines
97 B
R
Raw Normal View History

double a;
float b;
int main ()
{
int x = a == b;
return 1; // test fails if compile succeeds
}