mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-02 00:52:19 +00:00
7 lines
85 B
R
7 lines
85 B
R
|
double a;
|
||
|
int b = 1.0d;
|
||
|
int main ()
|
||
|
{
|
||
|
return 1; // test fails if compile succeeds
|
||
|
}
|