brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 3c33467 Raw
10 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12subroutine s()3  ! ERROR: Generic 'f' may not have specific procedures 's' and 'ss' as their interfaces are not distinguishable4  interface f5    procedure s6    procedure ss7  end interface8 entry ss()9end10