diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/20010426.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/20010426.f | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/20010426.f b/gcc/testsuite/gfortran.dg/g77/20010426.f new file mode 100644 index 000000000..07bc7ea41 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/20010426.f @@ -0,0 +1,7 @@ +c { dg-do compile } + function f(c) + implicit none + real(kind=8) c, f + f = sqrt(c) + return + end |