blob: fab2a37bf27fae18052782473ded7fb6184e8a69 [file] [log] [blame]
! RUN: %python %S/test_errors.py %s %flang_fc1
procedure(sin), pointer :: pp
!ERROR: 'pp' has an explicit interface and may not also have a type
real :: pp
end