summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/langs1.f
blob: 35ce6911472a8a649635123af1e1baa7cdfd6627 (plain)
1
2
3
4
5
6
7
c I am not sure whether there is a way to have a fortran program without
c a MAIN, but it does not really harm us to have one.
      end
      subroutine fsub
        integer*4 cppsub
        return (cppsub (10000))
      end