blob: 1b60967d8b31b01d2709e25959fd72a7d201ef1e [file] [log] [blame]
! RUN: %python %S/test_errors.py %s %flang_fc1
!ERROR: A dummy procedure to an interoperable procedure must also be interoperable
subroutine subr(e) bind(c)
external e
end