summaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/numpy/f2py/tests/src/regression/f77fixedform.f95
blob: e47a13f7e851969f30aa38344377c5ec90708839 (plain)
1
2
3
4
5
C This is an invalid file, but it does compile with -ffixed-form
      subroutine mwe(
     & x)
          real x
      end subroutine mwe