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

8 lines
88 B
R

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