summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/procinterface03.f90
blob: fab2a37bf27fae18052782473ded7fb6184e8a69 (plain)
1
2
3
4
5
! 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