* m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): The linker distinguishes
[libtool.git] / tests / f77demo / foof.f
blob6e631fbfff0c38baa30334c944658f8a3df481b3
1 C
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 C
8 subroutine fsub(arg,res)
9 implicit none
10 integer*4 arg,res
11 res=arg*2
12 return
13 end