1 ! RUN: %python %S/test_errors.py %s %flang_fc1
5 data foo
/6.66/ ! implicit declaration of "foo": ok
7 !ERROR: Implicitly typed local entity 'n' not allowed in specification expression
9 !ERROR: Host-associated object 'n' must not be initialized in a DATA statement
13 !ERROR: Host-associated object 'm' must not be initialized in a DATA statement