1! RUN: %python %S/test_errors.py %s %flang_fc1 2procedure(sin), pointer :: pp 3!ERROR: 'pp' has an explicit interface and may not also have a type 4real :: pp 5end 6