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

7 lines
89 B
R

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