brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · 8d82685 Raw
13 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12subroutine s13  implicit none4  !ERROR: More than one IMPLICIT NONE statement5  implicit none(type)6end subroutine7 8subroutine s29  implicit none(external)10  !ERROR: More than one IMPLICIT NONE statement11  implicit none12end subroutine13