aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite')
-rw-r--r--Examples/test-suite/python/arrays_global_runme.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/python/arrays_global_runme.py b/Examples/test-suite/python/arrays_global_runme.py
new file mode 100644
index 000000000..fb8b06e3a
--- /dev/null
+++ b/Examples/test-suite/python/arrays_global_runme.py
@@ -0,0 +1,4 @@
+import arrays_global
+
+arrays_global.cvar.array_i = arrays_global.cvar.array_const_i
+