921e5a0eb4
From-SVN: r14840
9 lines
47 B
C
9 lines
47 B
C
double d;
|
|
|
|
main()
|
|
{
|
|
int i;
|
|
|
|
i = (int) d;
|
|
}
|