Upload hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90 with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
module test
|
| 2 |
+
abstract interface
|
| 3 |
+
subroutine foo()
|
| 4 |
+
end subroutine
|
| 5 |
+
end interface
|
| 6 |
+
end module test
|