1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
4 ! Test use of implicitly declared variable in specification expression
11 !ERROR: No explicit type declared for 'n'
15 !ERROR: Implicitly typed local entity 'n' not allowed in specification expression
28 !ERROR: Implicitly typed local entity 'm' not allowed in specification expression
33 !ERROR: No explicit type declared for 'm'
44 !ERROR: No explicit type declared for 'n'
48 ! n is okay here because it is in a common block
58 !ERROR: No explicit type declared for 'n'