brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · 4a03e0c Raw
13 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12interface3!ERROR: No explicit type declared for 'a'4  subroutine s(a)5    implicit none6  end7!ERROR: No explicit type declared for 'f'8  function f()9    implicit none10  end11end interface12end13