Imported Upstream version 2.4.2
[platform/upstream/libtool.git] / tests / f77demo / foof.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 fsub(arg,res)
9       write(*,*) 'fsub called'
10       call fsubf(arg,res)
11       return
12       end