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

8 lines
95 B
R
Raw Normal View History

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