Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / f2c_5.c
blobbb57556d0116b22ac795360d45a22a3694117280
1 extern float f2c_5b_(double *);
2 extern void abort (void);
4 void f2c_5a_(void) {
5 double a,b;
6 a = 1023.0;
7 b=f2c_5b_(&a);
8 if ( a != b ) abort();