ktongue commited on
Commit
76419e5
·
verified ·
1 Parent(s): cc49c39

Upload hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/regression/f77fixedform.f95 with huggingface_hub

Browse files
hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/regression/f77fixedform.f95 ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ C This is an invalid file, but it does compile with -ffixed-form
2
+ subroutine mwe(
3
+ & x)
4
+ real x
5
+ end subroutine mwe