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