summaryrefslogtreecommitdiff
path: root/numpy/f2py/doc/ex1/bar.f
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/doc/ex1/bar.f')
-rw-r--r--numpy/f2py/doc/ex1/bar.f4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/f2py/doc/ex1/bar.f b/numpy/f2py/doc/ex1/bar.f
new file mode 100644
index 000000000..c723b5af1
--- /dev/null
+++ b/numpy/f2py/doc/ex1/bar.f
@@ -0,0 +1,4 @@
+ function bar(a,b)
+ integer a,b,bar
+ bar = a + b
+ end