
When there is an `end interface X` in a file, subsequent modules should not be considered part of interface X. Issue: #24203
5 lines
75 B
Fortran
5 lines
75 B
Fortran
PROGRAM MAINF90
|
|
use second
|
|
PRINT *,'Constant is',C
|
|
END PROGRAM MAINF90
|