brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · 9c06583 Raw
7 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12subroutine s3  parameter(a=1.0)4  !ERROR: IMPLICIT NONE statement after PARAMETER statement5  implicit none6end subroutine7