mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 01:11:27 +00:00
7 lines
87 B
R
7 lines
87 B
R
|
double a;
|
||
|
float b = 1.0d;
|
||
|
int main ()
|
||
|
{
|
||
|
return 1; // test fails if compile succeeds
|
||
|
}
|