diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/20010115.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/20010115.f | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/20010115.f b/gcc/testsuite/gfortran.dg/g77/20010115.f new file mode 100644 index 000000000..cce8dbce7 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/20010115.f @@ -0,0 +1,10 @@ +c { dg-do compile } +* GNATS PR Fortran/1636 + PRINT 42, 'HELLO' + 42 FORMAT(A) + CALL WORLD + END + SUBROUTINE WORLD + PRINT 42, 'WORLD' + 42 FORMAT(A) + END |