1 ! RUN: %python %S/test_errors.py %s %flang_fc1
7 !ERROR: DATA statement initializations affect 'p' more than once
8 procedure(s
), pointer :: p
10 procedure(s
), pointer, nopass
:: p
12 !ERROR: DATA statement initializations affect 'x%p' more than once