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

7 lines
85 B
R

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