mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 16:37:30 +00:00
7 lines
88 B
R
7 lines
88 B
R
double a;
|
|
float b;
|
|
int main ()
|
|
{
|
|
b = a;
|
|
return 1; // test fails if compile succeeds
|
|
}
|