1 ! RUN: %python %S/test_errors.py %s %flang_fc1
3 ! Test deallocate of use- and host-associated variables
6 real, allocatable
:: b(:)
11 complex, pointer :: c(:)
12 complex, allocatable
:: d(:)
22 !ERROR: Name in DEALLOCATE statement must have the ALLOCATABLE or POINTER attribute