mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
7 lines
53 B
C++
7 lines
53 B
C++
void f1()
|
|
{
|
|
double d;
|
|
int x;
|
|
|
|
x = (d + 0.5);
|
|
}
|