brintos

brintos / llvm-project-archived public Read only

0
0
Text · 187 B · 9b42bc2 Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12subroutine s13  block4    !ERROR: IMPLICIT statement is not allowed in a BLOCK construct5    implicit logical(a)6  end block7end subroutine8