!===============================
! This is a test subroutine
!===============================
! another comment
C=2
C = 2 !correct
C ='boo'
contains
!===============================
! This is a test subroutine
!===============================
! another comment
C=2
C = 2 !correct
C ='boo'
contains