1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
4 integer :: p
! this is ok
7 integer :: m
! this is ok
10 integer :: sm
! this is ok
17 !ERROR: Module 'm2' cannot USE itself
23 !ERROR: 's' is already declared in this scoping unit
26 function f() result(res
)
28 !ERROR: 'f' is already declared in this scoping unit
29 !ERROR: The type of 'f' has already been declared