diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/cpp5.F')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/cpp5.F | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/cpp5.F b/gcc/testsuite/gfortran.dg/g77/cpp5.F new file mode 100644 index 000000000..9b8d15bd7 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/cpp5.F @@ -0,0 +1,4 @@ + ! { dg-do run } +#include "cpp5.h" + IF (FOO().NE.1) CALL ABORT () + END |