1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Checks for multiple module procedure definitions
10 module subroutine x003
17 module subroutine x004
21 module procedure x001
! fine
23 module subroutine x002
25 module subroutine x003
31 !ERROR: Module procedure 'x002' in module 'm1' has multiple definitions
32 module subroutine x002
38 !ERROR: Module procedure 'x002' in module 'm1' has multiple definitions
39 module subroutine x002
41 !ERROR: Module procedure 'x003' in module 'm1' has multiple definitions
42 module subroutine x003
48 module subroutine x004
54 !ERROR: Module procedure 'x004' in module 'm1' has multiple definitions
55 module subroutine x004