quakeforge/tools/qfcc/test/double-demote-float-linit.r
2020-02-15 23:49:12 +09:00

6 lines
85 B
R

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