blob: 2245abe3829e2c6e5f7d6e45ab523b5848cda750 [file] [log] [blame] [edit]
!RUN: %python %S/test_errors.py %s %flang_fc1
procedure(), pointer :: pp => tan
!ERROR: EXTERNAL attribute was already specified on 'pp'
!ERROR: POINTER attribute was already specified on 'pp'
!ERROR: 'pp' was previously initialized
procedure(real), pointer :: pp => tan
end