1 ! RUN: %python %S/test_errors.py %s %flang_fc1
4 class(*), allocatable
:: pa
5 class(*), pointer :: pp
6 class(*), allocatable
:: pac
[:]
8 !ERROR: Left-hand side of assignment may not be polymorphic unless assignment is to an entire allocatable
10 !ERROR: Left-hand side of assignment may not be polymorphic if it is a coarray