mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
14 lines
162 B
Text
14 lines
162 B
Text
|
module a
|
||
|
|
||
|
contains
|
||
|
|
||
|
* subroutine wrong
|
||
|
subroutine RIGHT
|
||
|
* subroutine wrong
|
||
|
|
||
|
real ChangeMe
|
||
|
|
||
|
end subroutine RIGHT
|
||
|
|
||
|
end module a
|