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

7 lines
83 B
R
Raw Normal View History

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