mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-20 07:50:45 +00:00
6 lines
83 B
R
6 lines
83 B
R
double a;
|
|
int main ()
|
|
{
|
|
int b = a;
|
|
return 1; // test fails if compile succeeds
|
|
}
|