OSDN Git Service

* gcc.c-torture/execute/960321-1.x: Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20030216-1.c
1 void link_error (void);
2 const double one=1.0;
3 main ()
4 {
5 #ifdef __OPTIMIZE__
6   if ((int) one != 1)
7     link_error ();
8 #endif
9   return 0;
10 }