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