Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Semantics / procinterface03.f90
blobfab2a37bf27fae18052782473ded7fb6184e8a69
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 procedure(sin), pointer :: pp
3 !ERROR: 'pp' has an explicit interface and may not also have a type
4 real :: pp
5 end