summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/global_ns_arg_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/global_ns_arg_runme.py')
-rw-r--r--Examples/test-suite/python/global_ns_arg_runme.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/python/global_ns_arg_runme.py b/Examples/test-suite/python/global_ns_arg_runme.py
new file mode 100644
index 0000000..e597db5
--- /dev/null
+++ b/Examples/test-suite/python/global_ns_arg_runme.py
@@ -0,0 +1,5 @@
+from global_ns_arg import *
+
+a = foo(1)
+b = bar()
+