1 !RUN: %python %S/test_errors.py %s %flang_fc1
2 procedure(), pointer :: pp
=> tan
3 !ERROR: EXTERNAL attribute was already specified on 'pp'
4 !ERROR: POINTER attribute was already specified on 'pp'
5 !ERROR: 'pp' was previously initialized
6 procedure(real), pointer :: pp
=> tan