Imported Upstream version 2.4.2
[platform/upstream/libtool.git] / tests / fcdemo / foof3.f90
1
2 ! This program is free software; you can redistribute it and/or
3 ! modify it under the terms of the GNU General Public License
4 ! as published by the Free Software Foundation; either version 2
5 ! of the License, or (at your option) any later version.
6
7 subroutine fsub3(arg,res)
8   implicit none
9   integer arg,res
10   write(*,*) 'fsub3 called'
11   res=arg*4
12   return
13 end