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