1 ! RUN: %python %S/test_errors.py %s %flang_fc1
3 ! Test use of implicitly declared variable in specification expression
10 !ERROR: No explicit type declared for 'n'
14 !ERROR: Implicitly typed local entity 'n' not allowed in specification expression
27 !ERROR: Implicitly typed local entity 'm' not allowed in specification expression
32 !ERROR: No explicit type declared for 'm'
43 !ERROR: No explicit type declared for 'n'
47 ! n is okay here because it is in a common block
57 !ERROR: No explicit type declared for 'n'